@charset "utf-8";



/*********************   SITE   HAT    ***********************/

#site_hat {
	padding:10px;
}



/*********************   SITE   FOOT    ***********************/

#site_foot {
	padding:10px;
	border-top:1px solid #ccc;
}




/*********************   CENTER   BLOCK    ***********************/

.rs-center-block {
	padding:0 10px 0 10px;
}
/** html .rs-center-block {
	width:100%;
	padding:0;
	margin:0;
}*/



/*********************   TOP   BLOCK    ***********************/


.rs-top-block {
	padding:5px 0;
	text-align:center;
}
.rs-top-block table {
	width:100%;
	/*background-color:#D1D1E0;*/
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}


.rs-top-block .m .c {
	padding:4px;
}


.rs-top-block .m .c ul l{
	text-align:center;
}

.rs-top-block .m .c ul li {
	display:inline;
}

.rs-top-block .m .c ul li.dl {
	display:inline;
	padding:0 8px;
}



/*********************   LEFT   BLOCK    ***********************/



/*********************   CONTEXT   TREE    ***********************/

.context_tree_item img {
	margin:0 5px 0 0;
}
.context_tree_item_caption {
	font:13px tahoma;
	/*height:18px;*/
}
.context_tree_item_caption .info {
	font:10px tahoma;
	color:#999;
}
.context_tree_item_children {
	padding:0 0 0 20px;
}

.context_tree_selected_item_caption {
	text-decoration:underline;
}





/*********************   IN   PAGE   SUBCATS    ***********************/


.in_page_subcats {
	overflow:hidden;
	clear:both;
	width:100%;
	margin:0 0 20px 0;
	text-align:center;
}

.in_page_subcats a,
.in_page_subcats a:link,
.in_page_subcats a:visited {
	border-bottom:none;
}

.in_page_subcats .bl {
	float:left;
	margin:2px 10px;
	width:148px;
	height:110px;
	display:inline-block;
	/*border:1px solid #006699;*/
}

.in_page_subcats .img {
	margin:0 0 0 10px;
}

.in_page_subcats .name {
	text-align:center;
}




/*********************   SIMPLE   FORM   ***********************/


.simple_form_table {
	width:100%;
	margin:0 0 20px 0;
}

.simple_form_table td.n {
	text-align:right;
	padding:2px 15px 4px 0;
	width:25%;
}

.simple_form_table td.n .star {
	font-size:10px;
	vertical-align: text-top;
}

.simple_form_table td.i {
	width:80%;
	padding:0 0 4px 0;
}

.simple_form_table td.i .desc p {
	font-size:10px;
	line-height:normal;
	text-indent:0;
	margin:0;
}

.simple_form_table td .submit {
	padding:1px 2em;
}







/*********************   RIGHT   BLOCK   SIMPLE   FORM   ***********************/


.right_block_simple_form_table {
	width:100%;
}

.right_block_simple_form_table .n {
	/*text-align:right;*/
	margin:4px 0 2px 0;
}

.right_block_simple_form_table .n .star {
	font-size:10px;
	vertical-align: text-top;
}

.right_block_simple_form_table .i {
	padding:0 0 0 0;
}

.right_block_simple_form_table .i input,
.right_block_simple_form_table .i select,
.right_block_simple_form_table .i textarea{
	width:97%;
}

.right_block_simple_form_table .i .desc p {
	font-size:10px;
	line-height:normal;
	text-indent:0;
	margin:0;
}

.right_block_simple_form_table .submit {
	padding:1px 2em;
}



/*********************   CENTER   MESSAGE    ***********************/

.center_message {
	text-align:center;
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#B65921;	
	margin:30px;
}




/*********************   TAGS   CLOUD    ***********************/

.rs-tags-cloud {
	text-align:center;
}






